Skip to content

Publish types, classes, and functions. #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 20, 2022
Merged

Publish types, classes, and functions. #197

merged 15 commits into from
Feb 20, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jan 18, 2022

Closes #166.

@codecov
Copy link

codecov bot commented Jan 18, 2022

Codecov Report

Merging #197 (870fd3c) into main (a39476b) will decrease coverage by 0.00%.
The diff coverage is 97.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
- Coverage   93.98%   93.97%   -0.01%     
==========================================
  Files          75       75              
  Lines        6666     6693      +27     
==========================================
+ Hits         6265     6290      +25     
- Misses        401      403       +2     
Flag Coverage Δ
end_to_end 79.60% <95.45%> (+0.05%) ⬆️
integration 41.76% <95.45%> (+0.20%) ⬆️
unit 70.26% <97.72%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/_pytask/click.py 74.19% <ø> (ø)
src/_pytask/resolve_dependencies.py 100.00% <ø> (ø)
src/_pytask/session.py 93.93% <0.00%> (-6.07%) ⬇️
src/_pytask/task.py 100.00% <ø> (ø)
src/_pytask/task_utils.py 100.00% <ø> (ø)
src/_pytask/compat.py 96.42% <100.00%> (+0.06%) ⬆️
src/_pytask/outcomes.py 92.10% <100.00%> (+0.10%) ⬆️
src/pytask/__init__.py 100.00% <100.00%> (ø)
tests/test_build.py 100.00% <100.00%> (ø)
tests/test_capture.py 99.40% <100.00%> (ø)
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a39476b...870fd3c. Read the comment docs.

@tobiasraabe tobiasraabe mentioned this pull request Feb 7, 2022
3 tasks
@tobiasraabe tobiasraabe added this to the v0.2.0 milestone Feb 17, 2022
@tobiasraabe tobiasraabe modified the milestones: v0.2.0, v0.1.9 Feb 20, 2022
@tobiasraabe tobiasraabe changed the title Publish types. Publish types, classes, and functions. Feb 20, 2022
@tobiasraabe tobiasraabe merged commit 2ba75a4 into main Feb 20, 2022
@tobiasraabe tobiasraabe deleted the publish-types branch February 20, 2022 21:52
tobiasraabe added a commit that referenced this pull request Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Add public types to the package.
1 participant